home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 April / NETDisc0497.iso / mac / Demos / HomeDoor Bundle / HomeDoor / UG / SampleHostsFiles / MacDNS sample files / yourwebserver.com. < prev   
Encoding:
Text File  |  1996-01-25  |  1.5 KB  |  34 lines  |  [TEXT/DNS?]

  1. ; Sample hosts file for use with MacDNS and
  2. ; HomeDoor to serve a number of virtual domains from one Web server.
  3.  
  4. ; This is the "root" hosts file for your real domain.
  5.  
  6. ; START OF AUTHORITY INFORMATION
  7. ; "dns.yourwebserver.com" is the name of your domain name server
  8. ; "hostmaster.yourwebserver.com." is the e-mail address of the
  9. ;       person running your DNS (the first "." replaces the @ sign)
  10. ; Change the serial number any time you change this file
  11. yourwebserver.com. IN      SOA     dns.yourwebserver.com.     hostmaster.yourwebserver.com.  (
  12.                              9601251       ; serial number (yymmddn)
  13.                              36000           ; refresh (every 10 hours)
  14.                              7200             ; retry (after 2 hours)
  15.                              604800         ; expire (after 1 week)
  16.                              86400 )         ; minimum time to live (1 day)
  17.  
  18. ; NAME SERVERS
  19. ; The names of your primary and secondary DNS servers
  20. yourwebserver.com. IN      NS      dns.yourwebserver.com. 
  21. yourwebserver.com. IN      NS      dns2.yourwebserver.com. 
  22.  
  23. ; MAIL EXCHANGERS
  24. ; The name of the machine providing mail service for your domain
  25. ; 10 is the mail priority
  26. ; "yourmailserver.com" is the name of your mail server
  27. ; You don't need this line if your provider is maintaining this for you
  28. yourwebserver.com. IN      MX      10 yourmailserver.com. 
  29.  
  30. ; HOST ADDRESSES
  31. ; The address of your actual Web server
  32. ; You don't need this line if your provider is maintaining this name for you
  33. www.yourwebserver.com.   IN      A      10.0.0.254
  34.